Introduction
-------------
This text document accompanies the SPI-Flash CCS test case for DM814X EVM. 
It provides a brief of the methodology of the test and the procedure for 
executing the same.

Overview
---------
This CCS test application validates the SPI-Flash memory for its ability to 
perform write access; read access and data storing ability. The test application 
writes a known pattern into the desired pages in memory and then reads back 
the same. After writing to the desired pages in memory area, this application 
reads them back and validates the data read. If the data read does not match 
the expected pattern, this test is declared failed. It is declared pass otherwise.

Board Settings
---------------
Please ensure the Switch SW2-2 is in ON position for this tes to pass successfully.

Procudure
----------
This test application assumes the DDR controller initialization as well as all
the PLL initialization is already carried out by the GEL scripts. At the minimum
the following GEL scripts are to be executed.
	1. PG 2.x DM814X --> ALL_ADPLL_CLOCKS_ENABLE_API
	2. PG 2.x DM814X --> DDR3_EMIF0_EMIF1_Config_Full_leveling
	3. DM814X System Initialization -->SPI_Setup
	
load "BB_006_SPI_Flash_Test.out" file and run.
